projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
685f429
)
; Pacify -Wmaybe-uninitialized in coding.c.
author
Basil L. Contovounesios
<basil@contovou.net>
Sat, 16 Mar 2024 13:15:25 +0000
(14:15 +0100)
committer
Basil L. Contovounesios
<basil@contovou.net>
Sat, 16 Mar 2024 13:15:25 +0000
(14:15 +0100)
Warning seen with GCC 13 -Og.
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 5f3ceab718b6380de5a707bf922ccb2508b837aa..ff7cf56c29715cd09e34063d67f40269bb3c0ef6 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-5488,7
+5488,7
@@
decode_coding_charset (struct coding_system *coding)
{
int c;
Lisp_Object val;
- struct charset *charset;
+ struct charset *charset
UNINIT
;
int dim;
int len = 1;
unsigned code;